From: Tim Starling Date: Sat, 28 Feb 2004 09:26:16 +0000 (+0000) Subject: bug fix X-Git-Tag: 1.3.0beta1~914 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=683ba962d1fbf2f473e2f096b7e2f6a933698b56;p=lhc%2Fweb%2Fwiklou.git bug fix --- diff --git a/includes/ParserCache.php b/includes/ParserCache.php index 431877b4f1..c7d934be99 100644 --- a/includes/ParserCache.php +++ b/includes/ParserCache.php @@ -33,7 +33,7 @@ class ParserCache "DATE_ADD(NOW(), INTERVAL {$expire}))", DB_WRITE); if( rand() % 50 == 0 ){ // more efficient to just do it sometimes - $this->purgeParserCache(); + $this->purge(); } }